home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / xmris / bitmaps / player / ball.h next >
Text File  |  1995-05-03  |  111b  |  5 lines

  1. #define ball_width 6
  2. #define ball_height 6
  3. static char ball_bits[] = {
  4.    0x0c, 0x1e, 0x3f, 0x3f, 0x1e, 0x0c};
  5.